ShiftKeys

Category: Other

Syntax:
$ShiftKeys()

Returns a set of shift keys that are currently being held down. The set may contain any of these items:

Example:
if $IsInSet([lctrl] $ShiftKeys())
  MessageBox Thanks for holding down left Ctrl.
endif

Next in "Other": UpdateMainToolbar
Previous in "Other": Rand
Next by name: Show
Previous by name: SetWindowText
Up to all functions by name or commands and functions by category